home *** CD-ROM | disk | FTP | other *** search
- <html>
- <head>
- <title>Crystal Report Viewer</title>
- <script language="JavaScript">
- function writePage ( )
- {
- var scrolling = "auto";
- var width = "0";
- if ( parent.GrouptreeFrameWidth == null )
- parent.GrouptreeFrameWidth = width;
- else
- width = parent.GrouptreeFrameWidth;
- if ( width == "0" )
- scrolling = "no";
-
- document.writeln ('<frameset cols="' + width + ',*">');
- document.writeln ('<frame name="CrystalViewerTree" scrolling="' + scrolling + '" src="%1/html/en/grouptree.html">');
- document.writeln ('<frame name="CrystalViewerPage" src="%2?cmd=get_pg&incomplete_page_count=1&viewer=html_frame&vfmt=html_frame&page=%3&brch=%4&drillname=%5&subrpt=%6&%7">');
- document.writeln ('</frameset>');
- }
- </script>
- </head>
- <script language="JavaScript">
- writePage ();
- </script>
- </html>
-